1#!/bin/keymap -l 2# 3# Raw key numbering for 101 keyboard... 4# [sys] [brk] 5# 0x7e 0x7f 6# [esc] [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12] [prn] [scr] [pau] 7# 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 K E Y P A D K E Y S 8# 9# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck] [ins] [hme] [pup] [num] [ / ] [ * ] [ - ] 10# 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 11# 12# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ] [del] [end] [pdn] [ 7 ] [ 8 ] [ 9 ] [ + ] 13# 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3a 14# 15# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [ enter ] [ 4 ] [ 5 ] [ 6 ] 16# 0x3b 0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4a 17# 18# [shift] [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ] [shift] [ up] [ 1 ] [ 2 ] [ 3 ] [ent] 19# 0x4b 0x4c 0x4d 0x4e 0x4f 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5a 0x5b 20# 21# [ctr] [cmd] [ space ] [cmd] [ctr] [lft] [dwn] [rgt] [ 0 ] [ . ] 22# 0x5c 0x5d 0x5e 0x5f 0x60 0x61 0x62 0x63 0x64 0x65 23# 24# NOTE: On a Microsoft Natural Keyboard: 25# left option = 0x66 26# right option = 0x67 27# menu key = 0x68 28# NOTE: On an Apple Extended Keyboard: 29# left option = 0x66 30# right option = 0x67 31# keypad '=' = 0x6a 32Version = 3 33CapsLock = 0x3b 34ScrollLock = 0x0f 35NumLock = 0x22 36LShift = 0x4b 37RShift = 0x56 38LCommand = 0x5d 39RCommand = 0x60 40LControl = 0x5c 41RControl = 0x00 42LOption = 0x66 43ROption = 0x5f 44Menu = 0x68 45# 46# Lock settings 47# To set NumLock, do the following: 48# LockSettings = NumLock 49# 50# To set everything, do the following: 51# LockSettings = CapsLock NumLock ScrollLock 52# 53LockSettings = 54# Legend: 55# n = Normal 56# s = Shift 57# c = Control 58# C = CapsLock 59# o = Option 60# Key n s c o os C Cs Co Cos 61Key 0x00 = '' '' '' '' '' '' '' '' '' 62Key 0x01 = 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 0x1b 63Key 0x02 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 64Key 0x03 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 65Key 0x04 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 66Key 0x05 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 67Key 0x06 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 68Key 0x07 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 69Key 0x08 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 70Key 0x09 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 71Key 0x0a = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 72Key 0x0b = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 73Key 0x0c = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 74Key 0x0d = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 75Key 0x0e = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 76Key 0x0f = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 77Key 0x10 = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10 78Key 0x11 = 0xd187 0xd0a7 '' ' ' '' 0xd0a7 0xd187 ' ' '' 79Key 0x12 = '1' '!' '' ' ' '' '1' '!' ' ' '' 80Key 0x13 = '2' '@' '' ' ' '' '2' '@' ' ' '' 81Key 0x14 = '3' '#' '' ' ' '' '3' '#' ' ' '' 82Key 0x15 = '4' '$' '' ' ' '' '4' '$' ' ' '' 83Key 0x16 = '5' '%' '' ' ' '' '5' '%' ' ' '' 84Key 0x17 = '6' '^' '' ' ' '' '6' '^' ' ' '' 85Key 0x18 = '7' '&' '' ' ' '' '7' '&' ' ' '' 86Key 0x19 = '8' '*' '' ' ' '' '8' '*' ' ' '' 87Key 0x1a = '9' '(' '' ' ' '' '9' '(' ' ' '' 88Key 0x1b = '0' ')' '' ' ' '' '0' ')' ' ' '' 89Key 0x1c = '-' '|' '' ' ' '' '-' 0x7c20 ' ' '' 90Key 0x1d = '=' '+' '' ' ' '' '=' '+' ' ' '' 91Key 0x1e = 0x08 0x08 0x7f 0x08 0x08 0x08 0x08 0x08 0x08 92Key 0x1f = 0x05 0x05 0x05 0x05 0x05 0x05 0x05 0x05 0x05 93Key 0x20 = 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 94Key 0x21 = 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 0x0b 95Key 0x22 = '' '' '' '' '' '' '' '' '' 96Key 0x23 = '/' '/' '/' '/' '/' '/' '/' '/' '/' 97Key 0x24 = '*' '*' '*' '*' '*' '*' '*' '*' '*' 98Key 0x25 = '-' '-' '-' '-' '-' '-' '-' '-' '-' 99Key 0x26 = 0x09 0x09 0x09 0x09 0x09 0x09 0x09 0x09 0x09 100Key 0x27 = 0xd18f 0xd0af 0x11 ' ' '' 0xd0af 0xd18f ' ' '' 101Key 0x28 = 0xd0b2 0xd092 0x17 ' ' '' 0xd092 0xd0b2 ' ' '' 102Key 0x29 = 0xd0b5 0xd095 0x05 ' ' '' 0xd095 0xd0b5 ' ' '' 103Key 0x2a = 0xd180 0xd0a0 0x12 ' ' '' 0xd0a0 0xd180 ' ' '' 104Key 0x2b = 0xd182 0xd0a2 0x14 ' ' '' 0xd0a2 0xd182 ' ' '' 105Key 0x2c = 0xd18a 0xd0aa 0x19 ' ' '' 0xd0aa 0xd18a ' ' '' 106Key 0x2d = 0xd183 0xd0a3 0x15 ' ' '' 0xd0a3 0xd183 ' ' '' 107Key 0x2e = 0xd0b8 0xd098 0x09 ' ' '' 0xd098 0xd0b8 ' ' '' 108Key 0x2f = 0xd0be 0xd09e 0x0f ' ' '' 0xd09e 0xd0be ' ' '' 109Key 0x30 = 0xd0bf 0xd09f 0x1b ' ' '' 0xd09f 0xd0bf ' ' '' 110Key 0x31 = 0xd188 0xd0a8 0x1b ' ' '' 0xd0a8 0xd188 ' ' '' 111Key 0x32 = 0xd189 0xd0a9 0x1d ' ' '' 0xd0a9 0xd189 ' ' '' 112Key 0x33 = 0xd18e 0xd0ae 0x1c ' ' '' 0xd0ae 0xd18e ' ' '' 113Key 0x34 = 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 0x7f 114Key 0x35 = 0x04 0x04 0x04 0x04 0x04 0x04 0x04 0x04 0x04 115Key 0x36 = 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 0x0c 116Key 0x37 = 0x01 '7' 0x01 0x01 '7' 0x01 '7' 0x01 '7' 117Key 0x38 = 0x1e '8' 0x1e 0x1e '8' 0x1e '8' 0x1e '8' 118Key 0x39 = 0x0b '9' 0x0b 0x0b '9' 0x0b '9' 0x0b '9' 119Key 0x3a = '+' '+' '+' '+' '+' '+' '+' '+' '+' 120Key 0x3b = '' '' '' '' '' '' '' '' '' 121Key 0x3c = 0xd0b0 0xd090 0x01 ' ' '' 0xd090 0xd0b0 ' ' '' 122Key 0x3d = 0xd181 0xd0a1 0x13 ' ' '' 0xd0a1 0xd181 ' ' '' 123Key 0x3e = 0xd0b4 0xd094 0x04 ' ' '' 0xd094 0xd0b4 ' ' '' 124Key 0x3f = 0xd184 0xd0a4 0x06 ' ' '' 0xd0a4 0xd184 ' ' '' 125Key 0x40 = 0xd0b3 0xd093 0x07 ' ' '' 0xd093 0xd0b3 ' ' '' 126Key 0x41 = 0xd185 0xd0a5 0x08 ' ' '' 0xd0a5 0xd185 ' ' '' 127Key 0x42 = 0xd0b9 0xd099 0x0a ' ' '' 0xd099 0xd0b9 ' ' '' 128Key 0x43 = 0xd0ba 0xd09a 0x0b ' ' '' 0xd09a 0xd0ba ' ' '' 129Key 0x44 = 0xd0bb 0xd09b 0x0c ' ' '' 0xd09b 0xd0bb ' ' '' 130Key 0x45 = ';' ':' '' ' ' '' ';' ':' ' ' '' 131Key 0x46 = '\'' '"' '' ' ' '' '\'' '"' ' ' '' 132Key 0x47 = 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 133Key 0x48 = 0x1c '4' 0x1c 0x1c '4' 0x1c '4' 0x1c '4' 134Key 0x49 = '' '5' '' '' '5' '' '5' '' '5' 135Key 0x4a = 0x1d '6' 0x1d 0x1d '6' 0x1d '6' 0x1d '6' 136Key 0x4b = '' '' '' '' '' '' '' '' '' 137Key 0x4c = 0xd0b7 0xd097 0x1a ' ' '' 0xd097 0xd0b7 ' ' '' 138Key 0x4d = 0xd18c 0xd0ac 0x18 ' ' '' 0xd0ac 0xd18c ' ' '' 139Key 0x4e = 0xd186 0xd0a6 0x03 ' ' '' 0xd0a6 0xd186 ' ' '' 140Key 0x4f = 0xd0b6 0xd096 0x16 ' ' '' 0xd096 0xd0b6 ' ' '' 141Key 0x50 = 0xd0b1 0xd091 0x02 ' ' '' 0xd091 0xd0b1 ' ' '' 142Key 0x51 = 0xd0bd 0xd09d 0x0e ' ' '' 0xd09d 0xd0bd ' ' '' 143Key 0x52 = 0xd0bc 0xd09c 0x0d ' ' '' 0xd09c 0xd0bc ' ' '' 144Key 0x53 = ',' '<' '' ' ' '' ',' '<' ' ' '' 145Key 0x54 = '.' '>' '' ' ' '' '.' '>' ' ' '' 146Key 0x55 = '/' '?' '' ' ' '' '/' '?' ' ' '' 147Key 0x56 = '' '' '' '' '' '' '' '' '' 148Key 0x57 = 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 0x1e 149Key 0x58 = 0x04 '1' 0x04 0x04 '1' 0x04 '1' 0x04 '1' 150Key 0x59 = 0x1f '2' 0x1f 0x1f '2' 0x1f '2' 0x1f '2' 151Key 0x5a = 0x0c '3' 0x0c 0x0c '3' 0x0c '3' 0x0c '3' 152Key 0x5b = 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 0x0a 153Key 0x5c = '' '' '' '' '' '' '' '' '' 154Key 0x5d = '' '' '' '' '' '' '' '' '' 155Key 0x5e = ' ' ' ' 0x00 ' ' ' ' ' ' ' ' ' ' ' ' 156Key 0x5f = '' '' '' '' '' '' '' '' '' 157Key 0x60 = '' '' '' '' '' '' '' '' '' 158Key 0x61 = 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 0x1c 159Key 0x62 = 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 0x1f 160Key 0x63 = 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 0x1d 161Key 0x64 = 0x05 '0' 0x05 0x05 '0' 0x05 '0' 0x05 '0' 162Key 0x65 = 0x7f ',' 0x7f 0x7f ',' 0x7f ',' 0x7f ',' 163Key 0x66 = '' '' '' '' '' '' '' '' '' 164Key 0x67 = '' '' '' '' '' '' '' '' '' 165Key 0x68 = '' '' '' '' '' '' '' '' '' 166Key 0x69 = '\\' '|' 0x1c ' ' '' '\\' '|' ' ' '' 167Key 0x6a = '' '' '' '' '' '' '' '' '' 168Key 0x6b = '' '' '' '' '' '' '' '' '' 169Key 0x6c = '' '' '' '' '' '' '' '' '' 170Key 0x6d = '' '' '' '' '' '' '' '' '' 171Key 0x6e = '' '' '' '' '' '' '' '' '' 172Key 0x6f = '' '' '' '' '' '' '' '' '' 173Key 0x70 = '' '' '' '' '' '' '' '' '' 174Key 0x71 = '' '' '' '' '' '' '' '' '' 175Key 0x72 = '' '' '' '' '' '' '' '' '' 176Key 0x73 = '' '' '' '' '' '' '' '' '' 177Key 0x74 = '' '' '' '' '' '' '' '' '' 178Key 0x75 = '' '' '' '' '' '' '' '' '' 179Key 0x76 = '' '' '' '' '' '' '' '' '' 180Key 0x77 = '' '' '' '' '' '' '' '' '' 181Key 0x78 = '' '' '' '' '' '' '' '' '' 182Key 0x79 = '' '' '' '' '' '' '' '' '' 183Key 0x7a = '' '' '' '' '' '' '' '' '' 184Key 0x7b = '' '' '' '' '' '' '' '' '' 185Key 0x7c = '' '' '' '' '' '' '' '' '' 186Key 0x7d = '' '' '' '' '' '' '' '' '' 187Key 0x7e = '' '' '' '' '' '' '' '' '' 188Key 0x7f = '' '' '' '' '' '' '' '' '' 189Acute ' ' = 0xc2b4 190Acute 'A' = 0xc381 191Acute 'E' = 0xc389 192Acute 'I' = 0xc38d 193Acute 'O' = 0xc393 194Acute 'U' = 0xc39a 195Acute 'Y' = 0xc39d 196Acute 'a' = 0xc3a1 197Acute 'e' = 0xc3a9 198Acute 'i' = 0xc3ad 199Acute 'o' = 0xc3b3 200Acute 'u' = 0xc3ba 201Acute 'y' = 0xc3bd 202AcuteTab = 203Grave ' ' = '`' 204Grave 'A' = 0xc380 205Grave 'E' = 0xc388 206Grave 'I' = 0xc38c 207Grave 'O' = 0xc392 208Grave 'U' = 0xc399 209Grave 'a' = 0xc3a0 210Grave 'e' = 0xc3a8 211Grave 'i' = 0xc3ac 212Grave 'o' = 0xc3b2 213Grave 'u' = 0xc3b9 214GraveTab = 215Circumflex ' ' = '^' 216Circumflex 'A' = 0xc382 217Circumflex 'E' = 0xc38a 218Circumflex 'I' = 0xc38e 219Circumflex 'O' = 0xc394 220Circumflex 'U' = 0xc39b 221Circumflex 'a' = 0xc3a2 222Circumflex 'e' = 0xc3aa 223Circumflex 'i' = 0xc3ae 224Circumflex 'o' = 0xc3b4 225Circumflex 'u' = 0xc3bb 226CircumflexTab = 227Diaeresis ' ' = 0xc2a8 228Diaeresis 'A' = 0xc384 229Diaeresis 'E' = 0xc38b 230Diaeresis 'I' = 0xc38f 231Diaeresis 'O' = 0xc396 232Diaeresis 'U' = 0xc39c 233Diaeresis 'Y' = 0xc5b8 234Diaeresis 'a' = 0xc3a4 235Diaeresis 'e' = 0xc3ab 236Diaeresis 'i' = 0xc3af 237Diaeresis 'o' = 0xc3b6 238Diaeresis 'u' = 0xc3bc 239Diaeresis 'y' = 0xc3bf 240DiaeresisTab = 241Tilde ' ' = '~' 242Tilde 'A' = 0xc383 243Tilde 'O' = 0xc395 244Tilde 'N' = 0xc391 245Tilde 'a' = 0xc3a3 246Tilde 'o' = 0xc3b5 247Tilde 'n' = 0xc3b1 248TildeTab = 249